home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1999 January / PC Plus Super CD No55a (PCP-147A-1-99) (Disc 1) (1998).iso / linux / developers / visualtcl / windows / vtcl / README < prev    next >
Encoding:
Text File  |  1998-02-01  |  2.3 KB  |  79 lines

  1.  
  2.                                    Visual Tcl
  3.  
  4.                       An Application Development Environment
  5.                              For the Tcl/Tk language
  6.  
  7.                         Copyright 1996-1997, Stewart Allen
  8.  
  9.  
  10.  TABLE OF CONTENTS
  11.  
  12.    I.   Introduction
  13.    II.  Installation
  14.    III. Requirements
  15.  
  16.  
  17.  I. INTRODUCTION
  18.  
  19.    Visual Tcl is a freely-available, high-quality application development
  20.    environment for UNIX, Windows and Macintosh platforms. Written entirely
  21.    in Tcl and generating pure Tcl should make porting either unnecessary or
  22.    trivial. Visual Tcl is covered by the GNU General Public License insuring
  23.    that it will remain in the capable hands of the internet community. Please
  24.    read the LICENSE file for more information.
  25.  
  26.  
  27.  II. INSTALLATION
  28.  
  29.     o  Unzip or untar Visual Tcl into a permanent location. On Unix, I
  30.        recommend /usr/local/vtcl or /usr/vtcl. On Windows, a good default
  31.        is "C:\vtcl". On Macintosh, I recommend you do this inside of the
  32.        folder in which Tcl/Tk was installed. It is important to note that
  33.        on Windows, you must use WinZip (www.winzip.com) or another zip
  34.        which supports long file names and nested directories. This is the
  35.        most common difficulty Windows users encounter.
  36.  
  37.  
  38.                                     UNIX
  39.  
  40.     o  edit "vtcl" shell script
  41.        Change PATH_TO_WISH to the location of the wish binary
  42.        Change VTCL_HOME to the directory from step 1.
  43.  
  44.     o  Put vtcl in your path (/usr/local/bin or /usr/bin) or change your
  45.        path to include ${VTCL_HOME)
  46.  
  47.     o  Make sure your DISPLAY environment variable is set and type "vtcl".
  48.  
  49.  
  50.                               WINDOWS 95 and NT
  51.  
  52.     o  If you wish to create "shortcuts" to the vt.tcl icon, make sure
  53.        you edit the "startup directory" to the base installation directory
  54.        for Visual Tcl.
  55.  
  56.     o  You will need to associate all ".tcl" files with the Wish appplication.
  57.  
  58.     o  Double-click on "vt.tcl" icon.
  59.  
  60.  
  61.                                   MACINTOSH
  62.  
  63.     o  Start the Wish shell interpreter.
  64.  
  65.     o  "cd" to the Folder in which Visual Tcl was installed.
  66.  
  67.     o  type "source vtclmac".
  68.  
  69.  
  70.  III. REQUIREMENTS
  71.  
  72.     Tcl7.6 and Tk4.2 or newer. You can obtain a copy for most platforms
  73.     from http://sunscript.sun.com/
  74.  
  75.  
  76.                                       --
  77.                               stewart@neuron.com
  78.  
  79.